Returns the inverse tangent of x. This will accept any number as, unlike dtan, darctans asymptotes are on the y axis so it just means you'll never get returned a number greater than 90 or less than -90.
darctan(x);
Argument | Description |
---|---|
val | The angle (in degrees) to return the inverse tangent of. |
Real
val = darctan(1);
This will set "val" to -45.